home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / readers / utils / versionwb / versionwb2_00.txt < prev    next >
Text File  |  1996-10-19  |  4KB  |  98 lines

  1. Short:    v2.00 AmigaDos Version replacement.
  2. Uploader: hparting@hem.passagen.se (Håkan Parting)
  3. Author:   hparting@hem.passagen.se (Håkan Parting)
  4. Type:     util/sys
  5.  
  6. VersionWB is a replacement for the usual AmigaDos Version command.
  7.  
  8. If you want the version information to be presented in
  9. a requester, this program is for you. Instead of
  10. like c:version just tell the version and revision number
  11. by default, VersionWB always tells you all it could find.
  12.  
  13. VersionWB have these features:
  14.  
  15. * It will bring up a requester with the version information.
  16.  
  17. * It support several files in the command line parameter template.
  18.  
  19. * You can shift-doubleclick an icon with VersionWB and
  20.   then get all that version stuff.
  21.  
  22. * You may also pick the file you want to know the version number of
  23.   by using a file requester.
  24.  
  25. * It will find version strings in WB1.3 libraries and devices,
  26.   c:version does not, e.g. narrator.device.
  27.  
  28. * If you use it with ToolManager you can have an appicon in
  29.   your Workbench. Drop the icon on the appicon, and the
  30.   version information will be presented (if the file contains a
  31.   version string :-)
  32.  
  33. * It also has an optional text output.
  34.  
  35. * It recognizes Imploded files.
  36.  
  37. * All other features of AmigaDos Version, as far as I know 8-).
  38.  
  39. Changes from version 1.27:
  40.  
  41. V.1.27 (07.09.96)
  42. -----------------
  43. BUGFIX: $VER:-string with no version number is now showed.
  44. Bug reported by Stefan "Blast" Smietanowski.
  45. BUGFIX: Forgot to clear the memory buffer after multiselection.
  46. BUGFIX: Oops! Multiselection with the file requester did not
  47. work after the Cancel-button implementation (1.25).
  48. NEW: The Cancel-button now only appear under multiselection.
  49. NEW: Some libraries have 'Version 1.0' as ID-String. It seems like
  50. this version number is not right. C:version tells you another for
  51. instance. From this version of VersionWB I decided to make
  52. a routine which notify when the version string is 'Version 1.0',
  53. and then tries to find another, or uses the version and revision in
  54. the library structure.
  55. BUGFIX: The Cancel-button do only appear under multiselection (with filerequester
  56. too now).
  57. NEW: A DOPUS-ARexx-script follows this archive, which implements a new
  58. copy feature to DirectoryOpus. Se VersionCopy.DOpus for more information.
  59. This script is not made by me, it was Allan Odgaard who kindly
  60. submitted it to me. Thanks!
  61.  
  62. V.1.28 (26.09.96) 
  63. -----------------
  64. NEW: Now it recognizes files which is packed with Imploder, and tells you when
  65. one is found. Of course VersionWB has to use more memory with imploded files than
  66. it usually does. It is also a bit slower, because the entire file most be loaded
  67. to memory before search. But this do not affect any other file.
  68. Thanks Grzegorz Calkowski, Poland.
  69. BUGFIX: The search routine for libraries and devices does now handle the loaded data
  70. right. You could get really strange information before.
  71.  
  72. V.2.00 (19.10.96)
  73. -----------------
  74. VersionWB has been pushed up to 2.00, because it now may totally replace
  75. AmigaDOS Version :-)
  76. BUGFIX: Enforcer-hits, when file not found. Reported by Lars Hecking, Ireland. 
  77. BUGFIX: Enforcer-hits, when no version string was found in imploded files.
  78. (When expload haven't been executed).
  79. BUGFIX: Enforcer-hits, illegal memory pointer.
  80. NEW: VersionWB now can tell version of discs: (e.g. DH0:, DH1:, DF0:).
  81. NEW: Date is now converted to the local standard.
  82. NEW: One may omit LIBS: or DEVS: when one want to know the version for
  83. a library or a device. (e.g. VersionWB asl.library)
  84. NEW: Date is showed in system information, just like AmigaDos Version does
  85. when FULL is set.
  86. NEW: A new command line argument: RES. It indicates that you want the resident version
  87. of the file. FILE, not the resident version, is default, in difference to AmigaDos version.
  88. NEW: A new command line argument: VERSION num. Checks if the version number is greater than num.
  89. NEW: A new command line argument: REVISION num. Checks if the revision number is greater than num.
  90. NEW: Cancel-button is not showed in the last selection (Multiselection).
  91. NEW: Because of compatibility reasons with AmigaDos Version you have to enter the MU
  92.      argument if you enter more than one file. If not you will get a "Bad args!" message. 
  93.      e.g. VersionWB MU asl.library commodities.library
  94.  
  95. This program is Gift-Ware.
  96. Version 2.00 (19.10.96)
  97. Copyright 1994/1995/1996 Håkan Parting
  98.